<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.second-nav {
  background-color: rgba(0, 0, 0, 0.3);
  height: 64px;
  margin-top: -64px;
}
.second-nav .nav-links {
  max-width: 1280px;
  height: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.second-nav .nav-links li {
  width: 162px;
  height: 100%;
}
.second-nav .nav-links li.active a {
  background: linear-gradient(90deg, #cba05e 0%, #efc47f 93%);
  color: #000000;
}
.second-nav .nav-links a {
  font-size: 24px;
  line-height: 100%;
  color: #fefefe;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  font-family: Source Han Sans CN;
}

/*# sourceMappingURL=banner.css.map */
</pre></body></html>